github.com/jackc/pgx/v5/pgconn.pipelineRequestEvent.RequestType (field)

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2220: 	RequestType       pipelineRequestType
		pgconn.go#L2269: 		s.requestEventQueue.PushBack(pipelineRequestEvent{RequestType: req})
		pgconn.go#L2293: 		if val.RequestType == pipelineSyncRequest {
		pgconn.go#L2297: 			return val.RequestType
		pgconn.go#L2338: 		notPendingSync = (val.RequestType == pipelineSyncRequest) && val.WasSentToServer
		pgconn.go#L2713: 		p.state.requestEventQueue.PushFront(pipelineRequestEvent{RequestType: pipelineSyncRequest, WasSentToServer: true, BeforeFlushOrSync: true})